projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38f02ed
)
(main) [DOUG_LEA_MALLOC]: Don't call r_alloc_reinit.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 2 Jan 1999 21:53:05 +0000
(21:53 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 2 Jan 1999 21:53:05 +0000
(21:53 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index dec656e87523ea4a485a26e26501a81955beff05..54e7de1a86a2342eb39bd057a053c061bc1f1a0a 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-566,10
+566,8
@@
main (argc, argv, envp)
#ifdef DOUG_LEA_MALLOC
if (initialized)
{
- extern void r_alloc_reinit ();
malloc_set_state (malloc_state_ptr);
free (malloc_state_ptr);
- r_alloc_reinit ();
}
#endif